home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_146 / dmemacros / modula-2 / case.edrc < prev    next >
Text File  |  1992-05-06  |  368b  |  17 lines

  1. repeat 5 insline `+'  up  firstnb
  2.  
  3. if c>32 `down insline' down
  4.  
  5. repeat 5 down firstnb
  6.  
  7. if c>32 insline
  8.  
  9. repeat 5 up   firstnb del
  10.  
  11.  
  12. `CASE () OF'         firstnb down down
  13. `ELSE'               firstnb down down
  14. `END; (* CASE + *)'  findstr `) OF'  prev
  15.  
  16. escimm (` )    first find `(' right while c<=32 right    scanf %s down    findr `+' $scanf    firstnb up up up tab
  17.